﻿2026-08-21T12:57:45.8314768Z ##[group]Run $ErrorActionPreference = "Stop"
2026-08-21T12:57:45.8315171Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-08-21T12:57:45.8315398Z [36;1m$PIN = "0c95435"[0m
2026-08-21T12:57:45.8315623Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-08-21T12:57:45.8315871Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-08-21T12:57:45.8316230Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-08-21T12:57:45.8316596Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-08-21T12:57:45.8316902Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-08-21T12:57:45.8317192Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-08-21T12:57:45.8317423Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-08-21T12:57:45.8317704Z [36;1m  # CARGO_INCREMENTAL=0 — see the Linux arm's note: this pinned cache is the[0m
2026-08-21T12:57:45.8318141Z [36;1m  # only COLD one-shot build in this workflow (rm -rf'd and rebuilt when the pin[0m
2026-08-21T12:57:45.8318540Z [36;1m  # moves, consumed as a binary in between), which is exactly the scope of the[0m
2026-08-21T12:57:45.8318937Z [36;1m  # releases#103 finding. The persistent workspace target is left incremental.[0m
2026-08-21T12:57:45.8319231Z [36;1m  $env:CARGO_INCREMENTAL = "0"[0m
2026-08-21T12:57:45.8319635Z [36;1m  .github/bench/wrap.ps1 -Step "n1-oldbroker-build" -Command "cargo build --manifest-path '$CACHE\Cargo.toml' -p spt --bin spt"[0m
2026-08-21T12:57:45.8320046Z [36;1m  Remove-Item Env:\CARGO_INCREMENTAL[0m
2026-08-21T12:57:45.8320273Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-08-21T12:57:45.8320495Z [36;1m}[0m
2026-08-21T12:57:45.8320723Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-08-21T12:57:45.8321157Z [36;1m.github/bench/wrap.ps1 -Step "n1-pairing" -Command "cargo test -p spt --test n1_pairing -- --nocapture"[0m
2026-08-21T12:57:45.8325814Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-08-21T12:57:45.8326083Z env:
2026-08-21T12:57:45.8326390Z   SPT_CI_TEST_TMP: C:\actions-runner\_work\_temp\spt-test-tmp-32482048369-1-52c206ba347a4a71a645242e84b13a68
2026-08-21T12:57:45.8326847Z   TEMP: C:\actions-runner\_work\_temp\spt-test-tmp-32482048369-1-52c206ba347a4a71a645242e84b13a68
2026-08-21T12:57:45.8327264Z   TMP: C:\actions-runner\_work\_temp\spt-test-tmp-32482048369-1-52c206ba347a4a71a645242e84b13a68
2026-08-21T12:57:45.8327573Z ##[endgroup]
2026-08-21T12:57:48.9760224Z    Compiling proc-macro2 v1.0.106
2026-08-21T12:57:48.9761023Z    Compiling quote v1.0.45
2026-08-21T12:57:48.9761355Z    Compiling unicode-ident v1.0.24
2026-08-21T12:57:48.9761694Z    Compiling cfg-if v1.0.4
2026-08-21T12:57:49.0606470Z    Compiling serde_core v1.0.228
2026-08-21T12:57:49.1169279Z    Compiling serde v1.0.228
2026-08-21T12:57:49.5902310Z    Compiling windows-link v0.2.1
2026-08-21T12:57:49.6365627Z    Compiling typenum v1.20.1
2026-08-21T12:57:49.7597219Z    Compiling windows-sys v0.61.2
2026-08-21T12:57:50.5352243Z    Compiling portable-atomic v1.13.1
2026-08-21T12:57:50.7710534Z    Compiling syn v2.0.117
2026-08-21T12:57:51.4633147Z    Compiling getrandom v0.3.4
2026-08-21T12:57:51.4749804Z    Compiling version_check v0.9.5
2026-08-21T12:57:51.7890771Z    Compiling pin-project-lite v0.2.17
2026-08-21T12:57:51.8533837Z    Compiling critical-section v1.2.0
2026-08-21T12:57:51.9807896Z    Compiling jobserver v0.1.34
2026-08-21T12:57:52.0289227Z    Compiling shlex v2.0.1
2026-08-21T12:57:52.2120038Z    Compiling find-msvc-tools v0.1.9
2026-08-21T12:57:52.2666640Z    Compiling memchr v2.8.1
2026-08-21T12:57:53.0076707Z    Compiling cc v1.2.63
2026-08-21T12:57:53.0906009Z    Compiling subtle v2.6.1
2026-08-21T12:57:53.2017854Z    Compiling futures-core v0.3.32
2026-08-21T12:57:53.3138632Z    Compiling smallvec v1.15.1
2026-08-21T12:57:53.4846017Z    Compiling equivalent v1.0.2
2026-08-21T12:57:53.5596590Z    Compiling generic-array v0.14.7
2026-08-21T12:57:53.7769195Z    Compiling itoa v1.0.18
2026-08-21T12:57:53.9330299Z    Compiling bytes v1.11.1
2026-08-21T12:57:54.3871215Z    Compiling semver v1.0.28
2026-08-21T12:57:54.6782346Z    Compiling rustc_version v0.4.1
2026-08-21T12:57:54.8985663Z    Compiling synstructure v0.13.2
2026-08-21T12:57:54.9007871Z    Compiling stable_deref_trait v1.2.1
2026-08-21T12:57:54.9605320Z    Compiling log v0.4.32
2026-08-21T12:57:55.1148278Z    Compiling rand_core v0.10.1
2026-08-21T12:57:55.3260513Z    Compiling socket2 v0.6.4
2026-08-21T12:57:55.4097790Z    Compiling mio v1.2.1
2026-08-21T12:57:55.6341489Z    Compiling serde_derive v1.0.228
2026-08-21T12:57:55.7555058Z    Compiling zeroize_derive v1.4.3
2026-08-21T12:57:56.1951494Z    Compiling zerofrom-derive v0.1.7
2026-08-21T12:57:56.2282777Z    Compiling zeroize v1.8.2
2026-08-21T12:57:56.5998500Z    Compiling yoke-derive v0.8.2
2026-08-21T12:57:56.8110355Z    Compiling tokio-macros v2.7.0
2026-08-21T12:57:57.1874943Z    Compiling zerofrom v0.1.8
2026-08-21T12:57:57.3372714Z    Compiling crypto-common v0.1.7
2026-08-21T12:57:57.4177714Z    Compiling futures-io v0.3.32
2026-08-21T12:57:57.4192295Z    Compiling futures-sink v0.3.32
2026-08-21T12:57:57.4701387Z    Compiling slab v0.4.12
2026-08-21T12:57:57.4976698Z    Compiling yoke v0.8.3
2026-08-21T12:57:57.5577963Z    Compiling futures-channel v0.3.32
2026-08-21T12:57:57.6069888Z    Compiling tokio v1.52.3
2026-08-21T12:57:57.7148016Z    Compiling futures-macro v0.3.32
2026-08-21T12:57:57.7433224Z    Compiling hashbrown v0.17.1
2026-08-21T12:57:58.2222069Z    Compiling futures-task v0.3.32
2026-08-21T12:57:58.3504098Z    Compiling getrandom v0.4.2
2026-08-21T12:57:58.3803257Z    Compiling rustversion v1.0.22
2026-08-21T12:57:58.6481669Z    Compiling futures-util v0.3.32
2026-08-21T12:57:58.9106581Z    Compiling indexmap v2.14.0
2026-08-21T12:57:59.1153226Z    Compiling once_cell v1.21.4
2026-08-21T12:57:59.2668208Z    Compiling zerovec-derive v0.11.3
2026-08-21T12:57:59.4340714Z    Compiling getrandom v0.2.17
2026-08-21T12:57:59.5363398Z    Compiling cpufeatures v0.2.17
2026-08-21T12:58:00.1437606Z    Compiling zerovec v0.11.6
2026-08-21T12:58:00.2669179Z    Compiling displaydoc v0.2.6
2026-08-21T12:58:00.6799036Z    Compiling hybrid-array v0.4.12
2026-08-21T12:58:00.8283907Z    Compiling fnv v1.0.7
2026-08-21T12:58:00.8433318Z    Compiling libc v0.2.186
2026-08-21T12:58:00.8889773Z    Compiling strsim v0.11.1
2026-08-21T12:58:01.0741964Z    Compiling cfg_aliases v0.2.1
2026-08-21T12:58:01.1284533Z    Compiling crypto-common v0.2.2
2026-08-21T12:58:01.2661479Z    Compiling block-buffer v0.12.0
2026-08-21T12:58:01.3330126Z    Compiling tinystr v0.8.3
2026-08-21T12:58:01.3966826Z    Compiling tracing-core v0.1.36
2026-08-21T12:58:01.5947014Z    Compiling tracing-attributes v0.1.31
2026-08-21T12:58:01.9477779Z    Compiling autocfg v1.5.1
2026-08-21T12:58:02.1686304Z    Compiling litemap v0.8.2
2026-08-21T12:58:02.3070856Z    Compiling writeable v0.6.3
2026-08-21T12:58:02.3074907Z    Compiling zerotrie v0.2.4
2026-08-21T12:58:02.4792465Z    Compiling icu_locale_core v2.2.0
2026-08-21T12:58:02.5704236Z    Compiling potential_utf v0.1.5
2026-08-21T12:58:02.6261635Z    Compiling tracing v0.1.44
2026-08-21T12:58:02.6982614Z    Compiling cmake v0.1.58
2026-08-21T12:58:02.9509994Z    Compiling utf8_iter v1.0.4
2026-08-21T12:58:03.0051072Z    Compiling dunce v1.0.5
2026-08-21T12:58:03.0482873Z    Compiling icu_normalizer_data v2.2.0
2026-08-21T12:58:03.1263745Z    Compiling ident_case v1.0.1
2026-08-21T12:58:03.2175059Z    Compiling fs_extra v1.3.0
2026-08-21T12:58:03.2185251Z    Compiling icu_properties_data v2.2.0
2026-08-21T12:58:03.5158868Z    Compiling aws-lc-sys v0.41.0
2026-08-21T12:58:03.6548753Z    Compiling icu_provider v2.2.0
2026-08-21T12:58:03.9160775Z    Compiling icu_collections v2.2.0
2026-08-21T12:58:04.5637226Z    Compiling tokio-util v0.7.18
2026-08-21T12:58:05.0250740Z    Compiling percent-encoding v2.3.2
2026-08-21T12:58:05.0580429Z    Compiling icu_properties v2.2.0
2026-08-21T12:58:05.1791142Z    Compiling icu_normalizer v2.2.0
2026-08-21T12:58:05.7113836Z    Compiling inout v0.2.2
2026-08-21T12:58:05.7362316Z    Compiling ring v0.17.14
2026-08-21T12:58:05.8255871Z    Compiling http v1.4.1
2026-08-21T12:58:06.2392485Z    Compiling cpufeatures v0.3.0
2026-08-21T12:58:06.2605517Z    Compiling thiserror v2.0.18
2026-08-21T12:58:06.3193094Z    Compiling aws-lc-rs v1.17.0
2026-08-21T12:58:06.6207957Z    Compiling unicode-segmentation v1.13.3
2026-08-21T12:58:06.8919956Z    Compiling cipher v0.5.2
2026-08-21T12:58:06.9717935Z    Compiling idna_adapter v1.2.2
2026-08-21T12:58:07.0645664Z    Compiling curve25519-dalek-derive v0.1.1
2026-08-21T12:58:07.0663020Z    Compiling thiserror-impl v2.0.18
2026-08-21T12:58:07.5079839Z    Compiling scopeguard v1.2.0
2026-08-21T12:58:07.5716891Z    Compiling lock_api v0.4.14
2026-08-21T12:58:07.7308137Z    Compiling chacha20 v0.10.0
2026-08-21T12:58:07.9242413Z    Compiling idna v1.1.0
2026-08-21T12:58:08.2338462Z    Compiling form_urlencoded v1.2.2
2026-08-21T12:58:08.3579481Z    Compiling ipnet v2.12.0
2026-08-21T12:58:08.7503485Z    Compiling rustls-pki-types v1.14.1
2026-08-21T12:58:08.8089553Z    Compiling block-buffer v0.10.4
2026-08-21T12:58:08.8960502Z    Compiling bitflags v2.12.1
2026-08-21T12:58:08.9142655Z    Compiling winapi v0.3.9
2026-08-21T12:58:09.0571635Z    Compiling untrusted v0.9.0
2026-08-21T12:58:09.2182681Z    Compiling digest v0.10.7
2026-08-21T12:58:09.3122936Z    Compiling url v2.5.8
2026-08-21T12:58:09.3778262Z    Compiling rand v0.10.1
2026-08-21T12:58:09.9456547Z    Compiling darling_core v0.20.11
2026-08-21T12:58:10.1939163Z    Compiling num-traits v0.2.19
2026-08-21T12:58:10.3917425Z    Compiling windows-result v0.4.1
2026-08-21T12:58:10.6200895Z    Compiling windows-strings v0.5.1
2026-08-21T12:58:10.9009764Z    Compiling heck v0.5.0
2026-08-21T12:58:11.1501670Z    Compiling rustls v0.23.40
2026-08-21T12:58:11.3594389Z    Compiling convert_case v0.10.0
2026-08-21T12:58:11.6139837Z    Compiling const-oid v0.10.2
2026-08-21T12:58:11.7856590Z    Compiling unicode-xid v0.2.6
2026-08-21T12:58:11.8947665Z    Compiling atomic-waker v1.1.2
2026-08-21T12:58:11.9306603Z    Compiling darling_macro v0.20.11
2026-08-21T12:58:11.9781313Z    Compiling anyhow v1.0.102
2026-08-21T12:58:12.2219291Z    Compiling darling v0.20.11
2026-08-21T12:58:12.3296368Z    Compiling derive_more-impl v2.1.1
2026-08-21T12:58:12.6564261Z    Compiling httparse v1.10.1
2026-08-21T12:58:12.9398899Z    Compiling fastrand v2.4.1
2026-08-21T12:58:12.9592449Z    Compiling zerocopy v0.8.50
2026-08-21T12:58:13.0999034Z    Compiling parking_lot_core v0.9.12
2026-08-21T12:58:13.8355962Z    Compiling derive_builder_core v0.20.2
2026-08-21T12:58:14.2738745Z    Compiling h2 v0.4.14
2026-08-21T12:58:14.6226019Z    Compiling http-body v1.0.1
2026-08-21T12:58:14.7300885Z    Compiling curve25519-dalek v4.1.3
2026-08-21T12:58:14.9661684Z    Compiling ahash v0.8.12
2026-08-21T12:58:15.1803546Z    Compiling powerfmt v0.2.0
2026-08-21T12:58:15.2101451Z    Compiling derive_more v2.1.1
2026-08-21T12:58:15.3463154Z    Compiling either v1.16.0
2026-08-21T12:58:15.4947419Z    Compiling base64ct v1.8.3
2026-08-21T12:58:15.4971503Z    Compiling deranged v0.5.8
2026-08-21T12:58:15.7380451Z    Compiling pem-rfc7468 v1.0.0
2026-08-21T12:58:16.2306144Z    Compiling derive_builder_macro v0.20.2
2026-08-21T12:58:16.7480950Z    Compiling uuid v1.23.2
2026-08-21T12:58:17.0754083Z    Compiling rand_core v0.6.4
2026-08-21T12:58:17.2166021Z    Compiling n0-error-macros v0.1.3
2026-08-21T12:58:17.8339677Z    Compiling windows-interface v0.59.3
2026-08-21T12:58:18.1711855Z    Compiling windows-implement v0.60.2
2026-08-21T12:58:18.3512902Z    Compiling spez v0.1.2
2026-08-21T12:58:18.6851141Z    Compiling zmij v1.0.21
2026-08-21T12:58:18.7253544Z    Compiling try-lock v0.2.5
2026-08-21T12:58:18.8070177Z    Compiling vcpkg v0.2.15
2026-08-21T12:58:18.9186717Z    Compiling data-encoding v2.11.0
2026-08-21T12:58:19.1237123Z    Compiling tinyvec_macros v0.1.1
2026-08-21T12:58:19.1724244Z    Compiling time-core v0.1.8
2026-08-21T12:58:19.2959956Z    Compiling tower-service v0.3.3
2026-08-21T12:58:19.3650913Z    Compiling base64 v0.22.1
2026-08-21T12:58:19.4040607Z    Compiling num-conv v0.2.2
2026-08-21T12:58:19.5246859Z    Compiling pkg-config v0.3.33
2026-08-21T12:58:19.6489515Z    Compiling tinyvec v1.11.0
2026-08-21T12:58:19.9614702Z    Compiling want v0.3.1
2026-08-21T12:58:19.9624454Z    Compiling libsqlite3-sys v0.30.1
2026-08-21T12:58:19.9701732Z    Compiling windows-core v0.62.2
2026-08-21T12:58:20.0816922Z    Compiling n0-error v0.1.3
2026-08-21T12:58:20.5254824Z    Compiling parking_lot v0.12.5
2026-08-21T12:58:20.5892295Z    Compiling derive_builder v0.20.2
2026-08-21T12:58:20.7660934Z    Compiling der v0.8.0-rc.10
2026-08-21T12:58:20.9113060Z    Compiling sha2 v0.10.9
2026-08-21T12:58:21.2485235Z    Compiling n0-future v0.3.2
2026-08-21T12:58:21.4634862Z    Compiling vergen-lib v9.1.0
2026-08-21T12:58:21.4772515Z    Compiling pin-project-internal v1.1.13
2026-08-21T12:58:21.6733079Z    Compiling inout v0.1.4
2026-08-21T12:58:21.7761166Z    Compiling windows_x86_64_msvc v0.52.6
2026-08-21T12:58:22.0579141Z    Compiling parking v2.2.1
2026-08-21T12:58:22.1958429Z    Compiling httpdate v1.0.3
2026-08-21T12:58:22.2312323Z    Compiling crossbeam-utils v0.8.21
2026-08-21T12:58:22.4135073Z    Compiling spin v0.10.0
2026-08-21T12:58:22.4441730Z    Compiling cordyceps v0.3.4
2026-08-21T12:58:22.4972036Z    Compiling diatomic-waker v0.2.3
2026-08-21T12:58:22.5027760Z    Compiling winnow v1.0.3
2026-08-21T12:58:22.6087405Z    Compiling spt-procident v0.59.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-procident)
2026-08-21T12:58:22.6575099Z    Compiling signature v2.2.0
2026-08-21T12:58:22.7605180Z    Compiling serde_json v1.0.150
2026-08-21T12:58:22.8797122Z    Compiling ed25519 v2.2.3
2026-08-21T12:58:22.9832960Z    Compiling spt-poolguard v0.59.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-poolguard)
2026-08-21T12:58:23.0248298Z    Compiling futures-buffered v0.2.13
2026-08-21T12:58:23.3124681Z    Compiling pin-project v1.1.13
2026-08-21T12:58:23.4825006Z    Compiling hyper v1.10.1
2026-08-21T12:58:23.6846622Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-08-21T12:58:23.8075074Z    Compiling futures-lite v2.6.1
2026-08-21T12:58:24.3152796Z    Compiling cipher v0.4.4
2026-08-21T12:58:24.4539895Z    Compiling spki v0.8.0-rc.4
2026-08-21T12:58:24.8433413Z    Compiling hashbrown v0.14.5
2026-08-21T12:58:25.2279603Z    Compiling digest v0.11.3
2026-08-21T12:58:25.2544272Z    Compiling noq-udp v0.10.0
2026-08-21T12:58:25.3585710Z    Compiling vergen-lib v0.1.6
2026-08-21T12:58:25.5359885Z    Compiling vergen v9.1.0
2026-08-21T12:58:25.5547357Z    Compiling universal-hash v0.5.1
2026-08-21T12:58:25.6521968Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-08-21T12:58:25.7368140Z    Compiling heapless v0.7.17
2026-08-21T12:58:26.1949101Z    Compiling sync_wrapper v1.0.2
2026-08-21T12:58:26.3020597Z    Compiling aho-corasick v1.1.4
2026-08-21T12:58:26.3108205Z    Compiling opaque-debug v0.3.1
2026-08-21T12:58:26.3538656Z    Compiling allocator-api2 v0.2.21
2026-08-21T12:58:26.3676199Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-08-21T12:58:26.5780059Z    Compiling byteorder v1.5.0
2026-08-21T12:58:26.6190824Z    Compiling regex-syntax v0.8.10
2026-08-21T12:58:26.7160308Z    Compiling hash32 v0.2.1
2026-08-21T12:58:26.8407392Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-08-21T12:58:27.7229411Z    Compiling regex-automata v0.4.14
2026-08-21T12:58:28.4468201Z    Compiling polyval v0.6.2
2026-08-21T12:58:29.3796214Z    Compiling hashlink v0.9.1
2026-08-21T12:58:29.6268619Z    Compiling pkcs8 v0.11.0-rc.10
2026-08-21T12:58:30.1500780Z    Compiling hyper-util v0.1.20
2026-08-21T12:58:30.7422926Z    Compiling spt-store v0.59.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-store)
2026-08-21T12:58:31.3227318Z    Compiling ed25519-dalek v2.2.0
2026-08-21T12:58:31.4699819Z    Compiling prefix-trie v0.8.4
2026-08-21T12:58:31.5788298Z    Compiling spin v0.9.8
2026-08-21T12:58:31.7220992Z    Compiling futures-executor v0.3.32
2026-08-21T12:58:31.8465235Z    Compiling vergen-gitcl v1.0.8
2026-08-21T12:58:31.9264206Z    Compiling windows-threading v0.2.1
2026-08-21T12:58:31.9887719Z    Compiling ryu v1.0.23
2026-08-21T12:58:32.0177302Z    Compiling signature v3.0.0
2026-08-21T12:58:32.0274009Z    Compiling tower-layer v0.3.3
2026-08-21T12:58:32.1191786Z    Compiling fallible-iterator v0.3.0
2026-08-21T12:58:32.1624809Z    Compiling fallible-streaming-iterator v0.1.9
2026-08-21T12:58:32.2584663Z    Compiling ed25519 v3.0.0-rc.4
2026-08-21T12:58:32.3711021Z    Compiling rusqlite v0.32.1
2026-08-21T12:58:32.6296399Z    Compiling windows-future v0.3.2
2026-08-21T12:58:32.7550780Z    Compiling data-encoding-macro-internal v0.1.18
2026-08-21T12:58:33.0965946Z    Compiling hickory-proto v0.26.0-beta.4
2026-08-21T12:58:33.1724450Z    Compiling futures v0.3.32
2026-08-21T12:58:33.4896131Z    Compiling spt-proto v0.59.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-proto)
2026-08-21T12:58:33.7019872Z    Compiling windows-targets v0.52.6
2026-08-21T12:58:34.8930463Z    Compiling regex v1.12.3
2026-08-21T12:58:35.3163480Z    Compiling ghash v0.5.1
2026-08-21T12:58:35.4037452Z    Compiling proc-macro-crate v3.5.0
2026-08-21T12:58:35.5819539Z    Compiling sha2 v0.11.0-rc.5
2026-08-21T12:58:35.7935858Z    Compiling ctr v0.9.2
2026-08-21T12:58:35.9145035Z    Compiling aes v0.8.4
2026-08-21T12:58:36.2979210Z    Compiling windows-collections v0.3.2
2026-08-21T12:58:36.3919614Z    Compiling windows-numerics v0.3.1
2026-08-21T12:58:36.4738573Z    Compiling time v0.3.47
2026-08-21T12:58:36.5340487Z    Compiling http-body-util v0.1.3
2026-08-21T12:58:36.6138593Z    Compiling fs2 v0.4.3
2026-08-21T12:58:36.7243627Z    Compiling cobs v0.3.0
2026-08-21T12:58:36.7848545Z    Compiling aead v0.5.2
2026-08-21T12:58:36.8779837Z    Compiling postcard-derive v0.2.2
2026-08-21T12:58:36.8790059Z    Compiling arrayvec v0.7.6
2026-08-21T12:58:37.0235897Z    Compiling utf8parse v0.2.2
2026-08-21T12:58:37.0978548Z    Compiling ipconfig v0.3.4
2026-08-21T12:58:37.5565667Z    Compiling widestring v1.2.1
2026-08-21T12:58:37.6447483Z    Compiling postcard v1.1.3
2026-08-21T12:58:38.0098624Z    Compiling aes-gcm v0.10.3
2026-08-21T12:58:38.2874789Z    Compiling windows v0.62.2
2026-08-21T12:58:38.5906513Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-08-21T12:58:38.8570910Z    Compiling num_enum_derive v0.7.6
2026-08-21T12:58:39.5651612Z    Compiling windows-sys v0.59.0
2026-08-21T12:58:40.8657973Z    Compiling data-encoding-macro v0.1.20
2026-08-21T12:58:40.9763941Z    Compiling tower v0.5.3
2026-08-21T12:58:41.3493714Z    Compiling crossbeam-channel v0.5.15
2026-08-21T12:58:41.7458456Z    Compiling crossbeam-epoch v0.9.18
2026-08-21T12:58:42.0267844Z    Compiling chrono v0.4.45
2026-08-21T12:58:43.2219795Z    Compiling iroh-metrics-derive v0.4.1
2026-08-21T12:58:43.5503457Z    Compiling strum_macros v0.28.0
2026-08-21T12:58:45.1943217Z    Compiling windows-registry v0.6.1
2026-08-21T12:58:45.4571670Z    Compiling memoffset v0.6.5
2026-08-21T12:58:45.6332047Z    Compiling netwatch v0.16.0
2026-08-21T12:58:45.8448951Z    Compiling noq v0.18.0
2026-08-21T12:58:46.0674588Z    Compiling enum-assoc v1.3.0
2026-08-21T12:58:46.5861943Z    Compiling async-trait v0.1.89
2026-08-21T12:58:47.1837812Z    Compiling acto v0.8.2
2026-08-21T12:58:47.3829428Z    Compiling blake3 v1.8.5
2026-08-21T12:58:47.3912930Z    Compiling foldhash v0.2.0
2026-08-21T12:58:47.5156032Z    Compiling rustc-hash v2.1.2
2026-08-21T12:58:47.5987072Z    Compiling ref-cast v1.0.25
2026-08-21T12:58:47.7012430Z    Compiling xml-rs v0.8.28
2026-08-21T12:58:47.8455464Z    Compiling lru-slab v0.1.2
2026-08-21T12:58:47.9274742Z    Compiling sorted-index-buffer v0.2.1
2026-08-21T12:58:48.0270879Z    Compiling thiserror v1.0.69
2026-08-21T12:58:48.2697581Z    Compiling mac-addr v0.3.0
2026-08-21T12:58:48.3978601Z    Compiling identity-hash v0.1.0
2026-08-21T12:58:49.0938707Z    Compiling tagptr v0.2.0
2026-08-21T12:58:49.2700926Z    Compiling moka v0.12.15
2026-08-21T12:58:49.4973969Z    Compiling netdev v0.42.0
2026-08-21T12:58:49.9621452Z    Compiling xmltree v0.10.3
2026-08-21T12:58:50.1504160Z    Compiling hashbrown v0.16.1
2026-08-21T12:58:50.8315157Z    Compiling strum v0.28.0
2026-08-21T12:58:51.0302996Z    Compiling wmi v0.18.4
2026-08-21T12:58:51.1007775Z    Compiling iroh-metrics v0.38.3
2026-08-21T12:58:51.2134469Z    Compiling tower-http v0.6.11
2026-08-21T12:58:51.5579195Z    Compiling spt-msg v0.59.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-msg)
2026-08-21T12:58:51.9958398Z    Compiling iroh-base v0.98.0
2026-08-21T12:58:52.3510579Z    Compiling num_enum v0.7.6
2026-08-21T12:58:52.4097390Z    Compiling iroh-relay v0.98.0
2026-08-21T12:58:52.5186532Z    Compiling n0-watcher v0.6.1
2026-08-21T12:58:52.5785357Z    Compiling attohttpc v0.30.1
2026-08-21T12:58:52.7541651Z    Compiling simple-dns v0.9.3
2026-08-21T12:58:53.1245808Z    Compiling tokio-stream v0.1.18
2026-08-21T12:58:53.4851631Z    Compiling serial-core v0.4.0
2026-08-21T12:58:53.6395798Z    Compiling toml_datetime v0.6.11
2026-08-21T12:58:53.8276049Z    Compiling serde_spanned v0.6.9
2026-08-21T12:58:53.9039651Z    Compiling ref-cast-impl v1.0.25
2026-08-21T12:58:53.9395158Z    Compiling thiserror-impl v1.0.69
2026-08-21T12:58:54.2758650Z    Compiling serde_derive_internals v0.29.1
2026-08-21T12:58:54.5849369Z    Compiling smol_str v0.1.24
2026-08-21T12:58:54.7678190Z    Compiling simdutf8 v0.1.5
2026-08-21T12:58:54.9740063Z    Compiling constant_time_eq v0.4.2
2026-08-21T12:58:54.9745125Z    Compiling arrayref v0.3.9
2026-08-21T12:58:55.0306124Z    Compiling sha1_smol v1.0.1
2026-08-21T12:58:55.1116834Z    Compiling toml_write v0.1.2
2026-08-21T12:58:55.1689905Z    Compiling winreg v0.10.1
2026-08-21T12:58:55.2028732Z    Compiling winnow v0.7.15
2026-08-21T12:58:55.2688041Z    Compiling resolv-conf v0.7.6
2026-08-21T12:58:55.3971200Z    Compiling schemars_derive v1.2.1
2026-08-21T12:58:56.5869893Z    Compiling toml_edit v0.22.27
2026-08-21T12:58:56.7380891Z    Compiling serial-windows v0.4.0
2026-08-21T12:58:56.8728695Z    Compiling iroh-dns v0.98.0
2026-08-21T12:58:57.2638608Z    Compiling igd-next v0.17.1
2026-08-21T12:58:59.0154483Z    Compiling lru v0.16.4
2026-08-21T12:58:59.1274713Z    Compiling hmac v0.12.1
2026-08-21T12:58:59.2265490Z    Compiling webpki-roots v1.0.7
2026-08-21T12:58:59.3033368Z    Compiling darling_core v0.23.0
2026-08-21T12:59:00.1309779Z    Compiling seize v0.5.1
2026-08-21T12:59:00.4355824Z    Compiling iroh v0.98.2
2026-08-21T12:59:00.6715996Z    Compiling serde_bytes v0.11.19
2026-08-21T12:59:00.8393342Z    Compiling lazy_static v1.5.0
2026-08-21T12:59:00.9204824Z    Compiling anstyle v1.0.14
2026-08-21T12:59:01.0901073Z    Compiling dyn-clone v1.0.20
2026-08-21T12:59:01.1870269Z    Compiling cmov v0.5.4
2026-08-21T12:59:01.3413575Z    Compiling pin-utils v0.1.0
2026-08-21T12:59:01.3979999Z    Compiling bitflags v1.3.2
2026-08-21T12:59:01.3983717Z    Compiling once_cell_polyfill v1.70.2
2026-08-21T12:59:01.4361427Z    Compiling darling_macro v0.23.0
2026-08-21T12:59:01.4950913Z    Compiling anstyle-wincon v3.0.11
2026-08-21T12:59:01.5040929Z    Compiling nix v0.25.1
2026-08-21T12:59:01.5632784Z    Compiling ctutils v0.4.2
2026-08-21T12:59:01.7203158Z    Compiling schemars v1.2.1
2026-08-21T12:59:01.7331222Z    Compiling shared_library v0.1.9
2026-08-21T12:59:01.8060758Z    Compiling papaya v0.2.4
2026-08-21T12:59:01.9445975Z    Compiling hkdf v0.12.4
2026-08-21T12:59:02.0425849Z    Compiling portmapper v0.16.0
2026-08-21T12:59:02.1121198Z    Compiling toml v0.8.23
2026-08-21T12:59:02.7883266Z    Compiling serial v0.4.0
2026-08-21T12:59:02.8480984Z    Compiling swarm-discovery v0.6.0-alpha.2 (https://github.com/SaberMage/swarm-discovery?rev=89a2200d54a4e3cab2f46cc75ebff49a1fb07614#89a2200d)
2026-08-21T12:59:03.5796723Z    Compiling filedescriptor v0.8.3
2026-08-21T12:59:04.1268670Z    Compiling anstyle-parse v1.0.0
2026-08-21T12:59:04.2566976Z    Compiling backon v1.6.0
2026-08-21T12:59:04.4558650Z    Compiling anstyle-query v1.1.5
2026-08-21T12:59:04.5713956Z    Compiling vte_generate_state_changes v0.1.2
2026-08-21T12:59:04.7928962Z    Compiling colorchoice v1.0.5
2026-08-21T12:59:05.3447429Z    Compiling unicode-width v0.2.0
2026-08-21T12:59:05.5246578Z    Compiling is_terminal_polyfill v1.70.2
2026-08-21T12:59:05.5899890Z    Compiling foldhash v0.1.5
2026-08-21T12:59:05.7307123Z    Compiling paste v1.0.15
2026-08-21T12:59:05.9470807Z    Compiling shell-words v1.1.1
2026-08-21T12:59:06.0727025Z    Compiling instability v0.3.12
2026-08-21T12:59:06.2511752Z    Compiling downcast-rs v1.2.1
2026-08-21T12:59:06.3221971Z    Compiling portable-pty v0.8.1
2026-08-21T12:59:06.6751904Z    Compiling hashbrown v0.15.5
2026-08-21T12:59:07.1009422Z    Compiling anstream v1.0.0
2026-08-21T12:59:07.2206539Z    Compiling vte v0.13.1
2026-08-21T12:59:07.3191148Z    Compiling spt-runtime v0.59.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-runtime)
2026-08-21T12:59:07.4033609Z    Compiling spake2 v0.4.0
2026-08-21T12:59:07.6163700Z    Compiling darling v0.23.0
2026-08-21T12:59:07.6778610Z    Compiling itertools v0.13.0
2026-08-21T12:59:07.8239087Z    Compiling crossterm_winapi v0.9.1
2026-08-21T12:59:08.0931095Z    Compiling strum_macros v0.26.4
2026-08-21T12:59:08.7027723Z    Compiling sha1 v0.10.6
2026-08-21T12:59:08.8784911Z    Compiling castaway v0.2.4
2026-08-21T12:59:08.9472313Z    Compiling terminal_size v0.4.4
2026-08-21T12:59:09.0374899Z    Compiling indoc v2.0.7
2026-08-21T12:59:09.3723706Z    Compiling recvmsg v1.0.0
2026-08-21T12:59:09.6164290Z    Compiling static_assertions v1.1.0
2026-08-21T12:59:09.6259806Z    Compiling unicode-width v0.1.14
2026-08-21T12:59:09.6816815Z    Compiling doctest-file v1.1.1
2026-08-21T12:59:09.7924149Z    Compiling clap_lex v1.1.0
2026-08-21T12:59:10.0405117Z    Compiling clap_builder v4.6.0
2026-08-21T12:59:10.0571839Z    Compiling interprocess v2.4.2
2026-08-21T12:59:10.9685921Z    Compiling unicode-truncate v1.1.0
2026-08-21T12:59:11.0755239Z    Compiling compact_str v0.8.2
2026-08-21T12:59:11.6193924Z    Compiling strum v0.26.3
2026-08-21T12:59:12.2591613Z    Compiling spt-live v0.59.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-live)
2026-08-21T12:59:13.1511969Z    Compiling crossterm v0.28.1
2026-08-21T12:59:13.8855065Z    Compiling spt-term v0.59.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-term)
2026-08-21T12:59:14.1465757Z    Compiling lru v0.12.5
2026-08-21T12:59:14.6534772Z    Compiling clap_derive v4.6.1
2026-08-21T12:59:15.2189996Z    Compiling cassowary v0.3.0
2026-08-21T12:59:15.8016374Z    Compiling error-code v3.3.2
2026-08-21T12:59:15.9024040Z    Compiling clipboard-win v5.4.1
2026-08-21T12:59:16.1016691Z    Compiling clap v4.6.1
2026-08-21T12:59:16.2138346Z    Compiling ratatui v0.29.0
2026-08-21T12:59:16.2149370Z    Compiling nucleo-matcher v0.3.1
2026-08-21T12:59:16.2792012Z    Compiling qrcode v0.14.1
2026-08-21T12:59:16.9346266Z    Compiling tempfile v3.27.0
2026-08-21T12:59:17.1954358Z    Compiling spt-test-support v0.59.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-test-support)
2026-08-21T12:59:25.2396325Z    Compiling rustls-webpki v0.103.13
2026-08-21T12:59:27.6847234Z    Compiling tokio-rustls v0.26.4
2026-08-21T12:59:27.6847646Z    Compiling noq-proto v0.17.0
2026-08-21T12:59:27.6848009Z    Compiling rustls-platform-verifier v0.7.0
2026-08-21T12:59:27.8955143Z    Compiling hyper-rustls v0.27.9
2026-08-21T12:59:27.9598322Z    Compiling hickory-net v0.26.0-beta.4
2026-08-21T12:59:28.1367889Z    Compiling reqwest v0.13.4
2026-08-21T12:59:29.9443310Z    Compiling hickory-resolver v0.26.0-beta.4
2026-08-21T12:59:33.2056123Z    Compiling tokio-websockets v0.13.2
2026-08-21T12:59:51.3307427Z    Compiling spt-net v0.59.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-net)
2026-08-21T12:59:53.2219108Z    Compiling spt-daemon v0.59.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-daemon)
2026-08-21T13:00:09.0700348Z    Compiling spt v0.59.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt)
2026-08-21T13:00:21.2642868Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 35s
2026-08-21T13:00:21.2869985Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-97436a67c4af5801.exe)
2026-08-21T13:00:21.7149843Z 
2026-08-21T13:00:21.7150187Z running 1 test
2026-08-21T13:00:30.0563502Z test new_brain_serves_against_old_broker ... ok
2026-08-21T13:00:30.0563802Z 
2026-08-21T13:00:30.0564048Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 8.34s
2026-08-21T13:00:30.0564414Z 
